home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / general / plotting / imagetoo / imagetl1.lha / Imagetool / headers / newdefine.h < prev    next >
Encoding:
Text File  |  1990-09-20  |  1.7 KB  |  52 lines

  1. /*
  2. ******************************************************************************
  3. *                               NCSA ImageTool 1.1 beta
  4. *                           Thu Sep 20 16:58:25 CDT 1990
  5. * NCSA ImageTool 1.1 beta source code and documentation are in the public
  6. * domain.
  7. * Specifically, we give to the public domain all rights for future licensing
  8. * of the source code, all resale rights, and all publishing rights.
  9. * We ask, but do not require, that the following message be included in all
  10. * derived works:
  11. * Portions developed at the National Center for Supercomputing Applications at
  12. * the University of Illinois at Urbana-Champaign.
  13. * THE UNIVERSITY OF ILLINOIS GIVES NO WARRANTY, EXPRESSED OR IMPLIED, FOR THE
  14. * SOFTWARE AND/OR DOCUMENTATION PROVIDED, INCLUDING, WITHOUT LIMITATION,
  15. * WARRANTY OF MERCHANTABILITY AND WARRANTY OF FITNESS FOR A PARTICULAR PURPOSE
  16. ******************************************************************************
  17. */
  18. /* cat > headers/newdefine.h << "EOF" */
  19. /* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
  20. /* newdefine.h: new global definitions for ImageTool    */
  21. /*        1.1                    */
  22. /* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
  23. /* SCCS information: %W%    %G% */
  24.  
  25. /* ---------------------- 1.1 additions ------------------------ */
  26.  
  27.     Frame entry_frame;
  28.     Frame imagesave_box;
  29.     Frame palsave_box;
  30.  
  31.     Panel entry_panel1, entry_panel2;
  32.     Panel imagesave_panel; 
  33.     Panel palsave_panel; 
  34.  
  35.     Panel_item entry_item1, entry_item2;
  36.     Panel_item delete_but, delete_but_msg;
  37.     Panel_item load_toggle, SDS_toggle;
  38.     Panel_item imagesave_item, imagesave_toggle;
  39.     Panel_item palsave_item, palsave_toggle;
  40.  
  41.     struct pal last_pal, curr_pal, default_pal;
  42.  
  43.     int loop_zoomed, flinear;
  44.  
  45.     unsigned char palette [768];
  46. /* EOF */
  47.